home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_9555.txt < prev    next >
Text File  |  1990-08-24  |  5KB  |  234 lines

  1. -- card: 9555 from stack: in.0
  2. -- bmap block id: 27361
  3. -- flags: 0000
  4. -- background id: 10646
  5. -- name: before You Start
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide menuBar
  9.   hide cd fld "whatToSet1"
  10.   hide cd fld "whatToSet2"
  11. end closeCard
  12.  
  13.  
  14. -- part 1 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=140 top=93 right=341 bottom=463
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 174
  22. -- text size: 14
  23. -- style flags: 0
  24. -- line height: 14
  25. -- part name: 
  26.  
  27.  
  28. -- part 3 (button)
  29. -- low flags: 00
  30. -- high flags: 0001
  31. -- rect: left=473 top=286 right=315 bottom=505
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 28467 / 28467
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40.  
  41.  
  42. -- part 2 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=100 top=218 right=275 bottom=458
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: ShowWindows
  54. ----- HyperTalk script -----
  55. -- Show the "windows" animation in the Windows stack
  56. on mouseUp
  57.   hide menuBar
  58.   hide cd fld "whatToSet1"
  59.   hide cd fld "whatToSet2"
  60.   wait 15
  61.   go cd "windows.1" in stack "‚Ä¢HC 2.0-2"
  62.   paintWindow
  63.   lock screen
  64.   clearScreen
  65.   go cd "windows.2"
  66.   unlock screen with dissolve slow
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 12 (button)
  72. -- low flags: 00
  73. -- high flags: 0001
  74. -- rect: left=473 top=304 right=336 bottom=505
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 28467 / 28467
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: grey2
  83.  
  84.  
  85. -- part 5 (button)
  86. -- low flags: 00
  87. -- high flags: 2000
  88. -- rect: left=472 top=281 right=312 bottom=504
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 3720 / 3720
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: 
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   --visual wipe right
  100.   --go card "getting started"
  101.   go cd "sneakPreview"
  102. end mouseUp
  103.  
  104.  
  105.  
  106. -- part 6 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=100 top=148 right=206 bottom=458
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: 
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   hide cd fld "whatToSet1"
  121.   show cd fld "whatToSet2"
  122.   doMenu "Control Panel"
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 13 (field)
  128. -- low flags: 81
  129. -- high flags: 2002
  130. -- rect: left=11 top=96 right=134 bottom=95
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 0
  134. -- font id: 174
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 14
  138. -- part name: whatToSet1
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   hide me
  142. end mouseUP
  143.  
  144.  
  145.  
  146. -- part 14 (button)
  147. -- low flags: 00
  148. -- high flags: 2000
  149. -- rect: left=100 top=274 right=315 bottom=458
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: ShowWindows
  158. ----- HyperTalk script -----
  159. -- Show the "windows" animation in the Windows stack
  160. on mouseUp
  161.   hide cd fld "whatToSet1"
  162.   hide cd fld "whatToSet2"
  163.   wait 15
  164.   go cd "windows.3" in stack "‚Ä¢HC 2.0-2"
  165. end mouseUp
  166.  
  167.  
  168.  
  169. -- part 15 (button)
  170. -- low flags: 00
  171. -- high flags: 2000
  172. -- rect: left=100 top=92 right=137 bottom=458
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: 
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.   hide cd fld "whatToSet2"
  184.   show cd fld "whatToSet1"
  185.   doMenu "Control Panel"
  186. end mouseUp
  187.  
  188.  
  189.  
  190. -- part 16 (field)
  191. -- low flags: 81
  192. -- high flags: 2002
  193. -- rect: left=11 top=150 right=272 bottom=95
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 0 / 0
  196. -- text alignment: 0
  197. -- font id: 174
  198. -- text size: 12
  199. -- style flags: 0
  200. -- line height: 14
  201. -- part name: whatToSet2
  202. ----- HyperTalk script -----
  203. on mouseUp
  204.   hide me
  205. end mouseUp
  206.  
  207.  
  208.  
  209. -- part contents for background part 8
  210. ----- text -----
  211. B e f o r e   y o u   s t a r t . . .
  212.  
  213. -- part contents for card part 1
  214. ----- text -----
  215. PLEASE TURN OFF MULTIFINDER. Quit out of the Product Training, turn off the RAM cache, turn off Multifinder, and restart your computer.
  216.  
  217. CLICK ON THE ‚Äú2‚Äù TO MAKE NECESSARY ADJUSTMENTS TO YOUR COMPUTER: turn up the sound to at least 3 and set monitors to 
  218. black & white (if you have a Macintosh II model).
  219.  
  220. CLICK ON THE ‚Äú3‚Äù TO LEARN SOMETHING IMPORTANT. This Training simulates some features of HyperCard 2.0‚Äîyou need to know about one of them from the start.
  221.  
  222. CLICK ON THE ‚Äú4‚Äù FOR A DISCLAIMER.
  223.  
  224. CLICK ON THE RIGHT ARROW TO MOVE ON.
  225.  
  226. -- part contents for card part 13
  227. ----- text -----
  228. Turn off the RAM cache.
  229.  
  230.  
  231. -- part contents for card part 16
  232. ----- text -----
  233. 1 ‚Ä¢ Set the sound to at least 3.
  234. 2 ‚Ä¢ Set the Monitors to black & white, 2 colors.